home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_40 / PlaceObject2_439_148 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-04-25  |  320b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root["drawline" + _root.symboller]) && live == true && _root.swapping == true)
  3.    {
  4.       _root.score += Math.round(5 / _root.setthickness);
  5.       _root.hits = _root.hits + 1;
  6.       live = false;
  7.    }
  8.    if(_root.resetting == true)
  9.    {
  10.       live = true;
  11.    }
  12. }
  13.